//==============================================================================
// Peltast_anim.txt
//==============================================================================


//==============================================================================
define shield
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Roman ShieldD
				ReplaceTexture Infantry X Trident Soldier Shield Iron/Gallic ShieldD
			}
		}
	}
}

//==============================================================================
define javelin
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Attachments A Javelin
			}
		}
	}
}

//==============================================================================
define Head
{
   SetSelector
   {

      set hotspot
      {
         version
         {
            Visual Gallic HeadA
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Idle
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Gallic WarriorA
         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Bored
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Gallic WarriorA
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Walk
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag FootstepLeft 0.40 true   
				tag FootstepRight 0.90 true   
//-- end auto generated section
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Gallic WarriorA
         }
      }
   }
}


//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Attack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag Attack 0.40 true   
				tag GenericSound 0.40 true   
				tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Gallic WarriorA
         }
      }
   }
}


//==============================================================================
anim Death
{
	SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Death
				connect Righthand Javelin Hotspot
				connect leftforearm Shield hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Gallic WarriorA
         }
      }
   }
}



//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual SpearThrower_Flail
//-- auto generated by the bang animation tool
//-- do not hand edit these values
				tag FootstepLeft 0.10 true   
				tag FootstepRight 0.35 true   
//-- end auto generated section
				connect leftforearm Shield hotspot
				connect Righthand Javelin Hotspot
				Connect TopOfHead Head hotspot
				ReplaceTexture Archer G Peltast Standard/Gallic WarriorA
         }
      }
   }
}
